home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / gui / gadtoolsbox / oberon / getfile / bases.s < prev    next >
Encoding:
Text File  |  1996-09-07  |  344 b   |  16 lines

  1.  
  2.                 XDEF    _IntuitionBase
  3.                 XDEF    _GfxBase
  4.                 XDEF    _UtilityBase
  5.                 XDEF    _GadToolsBase
  6.  
  7.                 SECTION "bases",DATA
  8.  
  9.                           even
  10. _IntuitionBase: dc.l        0
  11. _GfxBase        dc.l        0
  12. _UtilityBase    dc.l        0
  13. _GadToolsBase   dc.l        0
  14.  
  15.                 end
  16.